What is your unique programming problem-solving style? [closed]

Posted by gcc on Programmers See other posts from Programmers or by gcc
Published on 2011-01-03T14:40:46Z Indexed on 2011/01/03 17:59 UTC
Read the original article Hit count: 409

Everyone has their own styles and technique for approaching and solving real world problems. These distinguish us from other people or other programmers. (Actually, I think it make us more desirable as programmers and improves computer science)

To improve, we read a lot of books; for example, programming style, how to solve problems, how to approach problems, software and algorithms, et al.

Can I learn your technique? In other words, if someone gives you a problem, at first step, what are you doing to solve it? I want learn the style in which you approach, analyze, and solve a problem.

EDIT: every programmer is a unique instance; each of us approach problems and converge on solutions in our own... idiomatic manner. This manner is sometimes a quirk of training, a bias of tools, but often it is an insightful nugget, a little golden hammer that cracks nuts just slightly faster then others. When answering, give your general approaches but also take a moment to identify how you look at things in ways that your peers do not. Let's call this your Unique Solving Perspective, or USP.

© Programmers or respective owner

Related posts about discussion

Related posts about programming-practices